home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 05.zip / BS1 part 5 / PC-TASK.adf / s / startup-sequence < prev    next >
Text File  |  1992-08-18  |  741b  |  25 lines

  1. s/type s/quartex.speaks!
  2. s/wait 3
  3. ; This program checks if the disk has:-
  4. ;
  5. ;      DF0:devs/parallel.device
  6. ;
  7. ;      DF0:c/Run (if user is running Kickstart 1.2 or 1.3)
  8. ;      DF0:l/Disk-Validator (if user is running Kickstart 1.2 or 1.3)
  9. ;
  10. ; If any of the above files are missing, it will then copy these
  11. ; files from a Workbench disk to this one.
  12. ;
  13. ; Then it runs TDPatch1213 (if user is running Kickstart 1.2 or 1.3)
  14. ; Then it runs the appropriate PC-Task
  15.  
  16. StartPC
  17.  
  18. ; ###################################################################
  19. ;
  20. ; If you know what processor you have I suggest you change this file to
  21. ;
  22. ; TDPatch1213 >NIL:  ; (if you are running Kickstart 1.2 or 1.3)
  23. ; PC-Task?           ; where ? is 68000 or 68010 or 68020+
  24. ;
  25.